const runtime._KindSpecialWeakHandle
6 uses
runtime (current package)
mgcmark.go#L400: case _KindSpecialWeakHandle:
mgcsweep.go#L575: if special.kind == _KindSpecialFinalizer || special.kind == _KindSpecialWeakHandle {
mheap.go#L1818: _KindSpecialWeakHandle = 2
mheap.go#L2156: s.special.kind = _KindSpecialWeakHandle
mheap.go#L2227: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialWeakHandle)
mheap.go#L2311: case _KindSpecialWeakHandle:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |